Interview Questions and Answer
Options:
a. It can authenticate non windows users.
b. It uses STS (Secure Token Service).
c. When CBA is enabled, AD users cannot be authenticated.
d. It is based on identity and trust.
Reveal Answer
Options:
a. SXAML Token
b. SAML Token
c. SSL Token
d. CAML Token
Reveal Answer
Options:
a. Web Application
b. SharePoint Central Administration website
c. Secure Token Service
d. All the above
Reveal Answer
Options:
a. Zones provide a way for different authentications for the same web application
b. A copy of the same web application is created in each zone
c. To create a new zone, you need to extend the site collection
d. None of them
Reveal Answer
Options:
a. SharePoint Authorizes and Authentication done by AD
b. SharePoint Authenticates and Authorization done by AD
c. SharePoint Authorizes and AD also Authorizes
d. SharePoint can Authenticate and Authorize and AD can also Authenticate and Authorize
Reveal Answer
Options:
a. listService.UseDefaultCredentials = true; listService.Credentials = new System.Net.NetworkCredential("user", "pass", "domain");
b. listservice.Credentials = true; listService.Credentials = new System.Net.NetworkCredential("user", "pass", "domain");
c. listService.DefaultCredentials = true; listService.Credentials = new System.Net.NetworkCredential("user", "pass", "domain");
d. None of these
Reveal Answer
Bestdotnet google plus